home *** CD-ROM | disk | FTP | other *** search
- CAB-Tool, CACHE.CAB Editor
- ;
- $mkdir @DOC
- $mkdir @CAB
- $mkdir @CAB\MODULES
- $mkdir @DOC\CACHE_ED
- $mkdir @DOC\CACHE_ED\COL_RSC
- $mkdir @DOC\CACHE_ED\SWEDISH
- $mkdir @DOC\CACHE_ED\SWEDISH\COL_RSC
- ;
- $copy cache_ed.hyp @doc\cache_ed\cache_ed.hyp
- $copy cache_ed.txt @doc\cache_ed\cache_ed.txt
- $copy cache_ed.rsc @cab\modules\cache_ed.rsc
- ;
- $iflang Svensk
- $copy swesish\cache_ed.hyp @doc\cache_ed\cache_ed.hyp
- $copy swedish\cache_ed.txt @doc\cache_ed\cache_ed.txt
- $copy swedish\cache_ed.rsc @cab\modules\cache_ed.rsc
- $copy swedish\col_rsc\cache_ed.rsc @doc\cache_ed\swedish\col_rsc\cache_ed.rsc
- $endif
- ;
- $copy cache_ed.prg @cab\modules\cache_ed.prg
- $copy col_rsc\cache_ed.rsc @doc\cache_ed\col_rsc\cache_ed.rsc
- ;
-